home *** CD-ROM | disk | FTP | other *** search
-
- ╔═══════════════════════════════════════════════════════════════════╗
- ║ CryU - A data encryption system written in Pascal, user interface ║
- ║ Version 6.00, 1992-11-15, 1400 hours ║
- ║ Copyright (c) 1987-1992 by author: Harry J. Smith ║
- ║ 19628 Via Monte Dr., Saratoga, CA 95070. All rights reserved. ║
- ╚═══════════════════════════════════════════════════════════════════╝
-
- A pseudo infinite key data encryption system by Harry J. Smith
-
- Key words: Encryption, DES, Random number generator, Security, Infinite key.
-
- A very fast and secure method of encrypting data files.
- Includes all source files for C and Pascal version of the program.
-
- File name | What it is for (Files on distribution disk)
- -------------|------------------------------------------------------------------
- ! . | Information on version
- 0 . | Test file to encrypt with 0 bytes
- 17 . | Test file to encrypt with 17 bytes
- 18 . | Test file to encrypt with 18 bytes
- 1R . | Test file to encrypt with 1 record (16,384 bytes)
- 2R . | Test file to encrypt with 2 records (16,385 bytes)
- Cry .Con | Encryption continuation file
- Cry1 .Con | Encryption continuation file initialized from a key = 1
- CryN .C | C source: A data encryption system, named files
- CryN .Exe | C object: A data encryption system, named files
- CryP .C | C source: A data encryption system, with pipes
- CryP .DOC |
- CryP .Exe | C object: A data encryption system, with pipes
- CryP .WPC |
- CryU .Exe | Pascal object: A data encryption system, user interface
- CryU .Ico |
- CryU .Pas | Pascal source: A data encryption system, user interface
- CryU .PIF |
- CryUHelp.Pas | Pascal source: Help for CryU
- CryUHelp.TPU | TURBO Pascal Unit: Help for CryU
- K . | A example of a key file
- Prompt .Pas | Pascal source: Utilities to operate with strings and Prompts
- Prompt .TPU | TURBO Pascal Unit: Utilities to operate with strings and Prompts
- READ-ME . | Information for legal ownership
- WhatFor . | This file, volume table of contents for the operational disk
- Z . | Test file to encrypt with 2 records (32,768 bytes) of zero bits
-
- End of file